@media screen and (max-width: 1200px) {
  .header {
    height: auto;
    padding-bottom: 0.2rem;
    min-width: 100%;
  }

  .header .header-content {
    width: 100%;
  }

  .indexZtzlimg01 {
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
  }

  .indexZtzlimg01 img {
    width: 100%;
  }

  .header .header-jf {
    display: none;
  }

  .Pcjylfimg03 {
    display: none;
  }

  .Mobilejylfimg03 {
    display: block;
  }

  .header-logo {
    width: 100%;
    padding-left: 0.3rem;
    margin-left: 0;
    box-sizing: content-box;
    margin-top: 0.5rem;
  }

  .header-logo img {
    width: 35%;
  }

  .header-logo-text {
    margin-left: 0.2rem;
    margin-top: 0.1rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
  }

  .header-search {
    position: relative;
    margin-top: 0.1rem;
    margin-right: 1.6rem;
    left: 0;
  }

  .header-search .text {
    width: 3rem;
    padding: 0 0.15rem;
    height: 0.45rem;
    border-radius: 0.45rem;
    border: 0.01rem solid #e9e9e9;
  }

  .header-search button {
    right: 0.1rem;
    top: 0.1rem;
    width: 0.22rem;
    height: 0.22rem;
  }

  /* 内容 */
  .content {
    padding-bottom: 0.4rem;
  }

  .content .navaa {
    display: none;
  }

  /* .current-location {
    height: 0.8rem;
    font-size: 0.24rem;
    line-height: 0.8rem;
    padding-left: 0.3rem;
  } */
  .content .current-location a {
    display: inline-block;
    line-height: 0.6rem;
    height: 0.6rem;
  }

  .common-content {
    width: calc(100% - 0.6rem);
    padding: 0 0.3rem;
  }

  #roll {
    display: none;
  }

  /* footer */
  .footer {
    height: 3rem;
    min-width: 100%;
    margin-top: 0;
  }

  .footer-map {
    top: 15%;
    left: 45%;
  }

  .footer-map li {
    float: left;
    padding-right: 0.2rem;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.3rem;
  }

  .footer-map p {
    font-size: 0.14rem;
    line-height: 0.3rem;
  }

  .footer .footer-img {
    top: 35%;
    left: 25%;
  }

  .footer .footer-img li {
    width: 1rem;
    margin-left: 0.2rem;
  }

  .footer .footer-img li img {
    width: 100%;
    height: auto;
  }

  .footer-img p {
    font-size: 0.16rem;
  }

  .footer-deep-bottom {
    height: 0.7rem;
    font-size: 0.14rem;
    line-height: 0.7rem;
  }

  .footer-deep-bottom span:nth-of-type(2) {
    display: none;
  }

  .footer-deep-bottom img {
    width: 3%;
    margin-top: 0.18rem;
  }

  /* 移动端导航 */
  .cd-main-content {
    /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
    min-height: 100%;
    position: relative;
    z-index: 2;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }

  .cd-main-content.lateral-menu-is-open {
    /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    z-index: 3;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }

  header.lateral-menu-is-open {
    /* translate to show the lateral menu */
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }

  header.is-fixed {
    position: fixed;
  }

  @media only screen and (min-width: 768px) {
    header {
      height: 70px;
    }
  }

  #cd-logo {
    display: block;
    float: left;
    margin: 12px 0 0 20px;
  }

  #cd-logo img {
    display: block;
  }

  @media only screen and (min-width: 768px) {
    #cd-logo {
      margin: 22px 0 0 30px;
    }
  }

  #cd-top-nav {
    position: absolute;
    top: 0;
    right: 120px;
    height: 100%;
    display: none;
  }

  #cd-top-nav ul {
    height: 100%;
    padding-top: 18px;
  }

  #cd-top-nav li {
    display: inline-block;
    margin-right: 1em;
  }

  #cd-top-nav a {
    display: inline-block;
    padding: .5em;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
  }

  #cd-top-nav a.current {
    background-color: #242e30;
  }

  .no-touch #cd-top-nav a:hover {
    color: rgba(255, 255, 255, 0.7);
  }

  @media only screen and (min-width: 768px) {
    #cd-top-nav {
      display: block;
    }
  }

  #cd-menu-trigger {
    position: absolute;
    right: 5%;
    top: 200%;
    height: .78rem;
    width: 4%;
    /* background-color: #f0f4f7; */
    border-radius: .1rem;
    display: block;
  }

  #cd-menu-trigger .cd-menu-text {
    height: 100%;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    display: none;
  }

  #cd-menu-trigger .cd-menu-icon {
    /* this span is the central line in the menu menu */
    display: inline-block;
    position: absolute;
    left: 73%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: #0168b7;
    color: #0168b7;
    /* these are the upper and lower lines in the menu menu */
  }

  #cd-menu-trigger .cd-menu-icon::before,
  #cd-menu-trigger .cd-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  #cd-menu-trigger .cd-menu-icon::before {
    bottom: 5px;
  }

  #cd-menu-trigger .cd-menu-icon::after {
    top: 5px;
  }

  #cd-menu-trigger.is-clicked .cd-menu-icon {
    background-color: rgba(255, 255, 255, 0);
  }

  #cd-menu-trigger.is-clicked .cd-menu-icon::before,
  #cd-menu-trigger.is-clicked .cd-menu-icon::after {
    background-color: #0168b7;
  }

  #cd-menu-trigger.is-clicked .cd-menu-icon::before {
    bottom: 0;
    left: 2.6rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #cd-menu-trigger.is-clicked .cd-menu-icon::after {
    top: 0;
    left: 2.6rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  @media only screen and (min-width: 768px) {

    #cd-menu-trigger .cd-menu-text {
      display: inline-block;
      line-height: 70px;
    }

    /* 移动端导航 */
    .cd-main-content {
      /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
      min-height: 100%;
      position: relative;
      z-index: 2;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.4s;
      -moz-transition-duration: 0.4s;
      transition-duration: 0.4s;
    }

    .cd-main-content.lateral-menu-is-open {
      /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
      -webkit-transform: translateX(-260px);
      -moz-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
      -o-transform: translateX(-260px);
      transform: translateX(-260px);
    }

    @media only screen and (min-width: 768px) {
      .cd-main-content {
        padding-top: 70px;
      }
    }

    header {
      position: fixed;
      top: 0;
      left: 0;
      height: 50px;
      width: 100%;
      z-index: 3;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.4s;
      -moz-transition-duration: 0.4s;
      transition-duration: 0.4s;
    }

    header.lateral-menu-is-open {
      /* translate to show the lateral menu */
      -webkit-transform: translateX(-260px);
      -moz-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
      -o-transform: translateX(-260px);
      transform: translateX(-260px);
    }

    header.is-fixed {
      position: fixed;
    }

    #cd-logo {
      display: block;
      float: left;
      margin: 12px 0 0 20px;
    }

    #cd-logo img {
      display: block;
    }

    @media only screen and (min-width: 768px) {
      #cd-logo {
        margin: 22px 0 0 30px;
      }
    }

    #cd-top-nav {
      position: absolute;
      top: 0;
      right: 120px;
      height: 100%;
      display: none;
    }

    #cd-top-nav ul {
      height: 100%;
      padding-top: 18px;
    }

    #cd-top-nav li {
      display: inline-block;
      margin-right: 1em;
    }

    #cd-top-nav a {
      display: inline-block;
      padding: .5em;
      color: #FFF;
      text-transform: uppercase;
      font-weight: 600;
    }

    #cd-top-nav a.current {
      background-color: #242e30;
    }

    .no-touch #cd-top-nav a:hover {
      color: rgba(255, 255, 255, 0.7);
    }

    @media only screen and (min-width: 768px) {
      #cd-top-nav {
        display: block;
      }
    }

    #cd-menu-trigger .cd-menu-text {
      height: 100%;
      text-transform: uppercase;
      color: #FFF;
      font-weight: 600;
      display: none;
    }

    #cd-menu-trigger .cd-menu-icon::before,
    #cd-menu-trigger .cd-menu-icon:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: inherit;
      left: 0;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden;
    }

    #cd-menu-trigger .cd-menu-icon::before {
      bottom: 5px;
    }

    #cd-menu-trigger .cd-menu-icon::after {
      top: 5px;
    }

    #cd-menu-trigger.is-clicked .cd-menu-icon::before,
    #cd-menu-trigger.is-clicked .cd-menu-icon::after {
      background-color: #0168b7;
    }

    #cd-menu-trigger.is-clicked .cd-menu-icon::before {
      bottom: 0;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    #cd-menu-trigger.is-clicked .cd-menu-icon::after {
      top: 0;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    #cd-lateral-nav {
      position: fixed;
      height: 100%;
      left: 0;
      top: 2rem;
      /* the secondary navigation is covered by the main element */
      z-index: 1;
      width: 4.6rem;
      background-color: #007fe0;

      right: 0;
      top: 0;
      /* the secondary navigation is covered by the main element */
      z-index: 1;
      width: 190px;
      background-color: rgba(0, 0, 0, 0.6);

      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.4s;
      -moz-transition-duration: 0.4s;
      transition-duration: 0.4s;

      -webkit-transform: translateX(-260px);
      -moz-transform: translateX(260px);
      -ms-transform: translateX(260px);
      -o-transform: translateX(260px);
      transform: translateX(-260px);
      border-top-right-radius: 0.1rem;
    }

    .item-has-children {
      width: 1.9rem;
    }

    #cd-lateral-nav .item-has-children .click {
      background: #bfe2fe;
      color: #000;
      -webkit-transform: translateX(260px);
      -moz-transform: translateX(260px);
      -ms-transform: translateX(260px);
      -o-transform: translateX(260px);
    }

    #cd-lateral-nav .sub-menu {

      position: absolute;
      left: 1.9rem;
      top: 0;
      padding: 0 10px 20px 15px;
      display: none;
      width: 2.7rem;
      height: 100%;
      background: #bfe2fe;
    }

    #cd-lateral-nav .sub-menu a {
      color: #000;
      padding: 0 10px 20px 15px;
      display: none;
    }


    #cd-lateral-nav a {
      display: block;
      line-height: .7rem;
      font-size: .22rem;
      padding: 0 16px 0 32px;
      color: #FFFFFF;
    }

    #cd-lateral-nav a.current {
      background-color: #3a4a4d;
      color: #FFF;
    }

    .no-touch #cd-lateral-nav a:hover {
      color: #FFF;
    }

    /* #cd-lateral-nav .cd-navigation li{border-bottom:.01rem solid #FFFFFF;} */

    #cd-lateral-nav.lateral-menu-is-open {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      /* smooth the scrolling on touch devices - webkit browsers */
      -webkit-overflow-scrolling: touch;
    }

    /* style menu items which have a submenu  */
    #cd-lateral-nav .item-has-children>a {
      position: relative;
      text-transform: uppercase;
      font-weight: 600;

    }

    #cd-lateral-nav .item-has-children>a::after {
      content: '';
      display: block;
      height: 11px;
      width: 8px;
      position: absolute;
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 1em;
      /* background: url("cd-arrow.svg") no-repeat center center; */
      background-size: 8px 11px;
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      transition-duration: 0.2s;
    }

    #cd-lateral-nav .item-has-children>a.submenu-open::after {
      -webkit-transform: translateY(-50%) rotate(90deg);
      -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
      -o-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg);
    }

    #cd-lateral-nav .socials {
      padding: 0 32px;
    }

    #cd-lateral-nav .socials:after {
      content: "";
      display: table;
      clear: both;
    }

    #cd-lateral-nav .socials a {
      height: 32px;
      width: 32px;
      float: left;
      padding: 0;
      /* background-image: url("../img/cd-socials.svg"); */
      background-repeat: no-repeat;
      background-size: 128px 64px;
      background-color: #FFF;
      margin-right: .5em;
      border-radius: 0.25em;
    }

    #cd-lateral-nav .socials a.cd-twitter {
      background-position: 0 0;
    }

    #cd-lateral-nav .socials a.cd-github {
      background-position: -32px 0;
    }

    #cd-lateral-nav .socials a.cd-facebook {
      background-position: -64px 0;
    }

    #cd-lateral-nav .socials a.cd-google {
      background-position: -96px 0;
    }

    .no-touch #cd-lateral-nav .socials a:hover {
      background-color: #4e6361;
    }

    .no-touch #cd-lateral-nav .socials a:hover.cd-twitter {
      background-position: 0 -32px;
    }

    .no-touch #cd-lateral-nav .socials a:hover.cd-github {
      background-position: -32px -32px;
    }

    .no-touch #cd-lateral-nav .socials a:hover.cd-facebook {
      background-position: -64px -32px;
    }

    .no-touch #cd-lateral-nav .socials a:hover.cd-google {
      background-position: -96px -32px;
    }

    #cd-lateral-nav {
      display: block;
    }

    /* 顶部导航 END */
    /* 移动端底部适配样式 END*/
  }

  .navName {
    display: block;
    font-size: .24rem;
    color: #0168b7;
    line-height: .78rem;
    text-align: center;
    padding-left: 43%;
    float: right;
    padding-right: .09rem;
    height: .78rem;
  }

  @media (min-width:800px) and (max-width: 900px) {
    #cd-lateral-nav .item-has-children .click {
      left: -2.6rem;
    }
  }

  /* 750适配 */
  @media screen and (max-width:1200px) {
    .header .btnnew {
      width: .24rem;
      height: .24rem;
      background-size: .24rem .24rem;
      right: 28vw;
      top: .3rem;
    }
  }

  #cd-lateral-nav {
    position: fixed;
    height: 100%;
    left: -2rem;
    top: 2rem;
    /* the secondary navigation is covered by the main element */
    z-index: 9999;
    width: 2rem;
    background-color: #bfe2fe;
    overflow-y: auto;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    /* this creates the subtle slide in animation of the navigation */
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(-260px);
    border-top-right-radius: 0.1rem;
  }

  #cd-lateral-nav .cd-navigation {
    width: 2rem;
    height: 100%;
    background: #007fe0;
    padding-top: 0.1rem;
    border-top-right-radius: 0.2rem;
  }

  .item-has-children {
    width: 2rem;
  }

  #cd-lateral-nav .item-has-children .click {
    background: #bfe2fe;
    color: #0159a0;
  }

  #cd-lateral-nav .sub-menu {
    position: absolute;
    left: 1.9rem;
    top: 0;
    padding: 0 10px 20px 15px;
    display: none;
    width: 5rem;
    height: 100%;
    background: #bfe2fe;
  }

  #cd-lateral-nav .sub-menu a {
    color: #000;
  }

  #cd-lateral-nav .sub-menu span {
    font-size: 1rem;
    margin-right: 0.2rem;
    line-height: .7rem;
    position: relative;
    top: 0.268rem;
  }

  #cd-lateral-nav a {
    display: block;
    line-height: .7rem;
    font-size: .22rem;
    padding: 0 0.16rem 0 0.32rem;
    color: #FFFFFF;
  }

  #cd-lateral-nav .sub-menu a {
    display: inline-block;
    line-height: 0.5rem;
  }

  #cd-lateral-nav a.current {
    background-color: #3a4a4d;
    color: #FFF;
  }

  .no-touch #cd-lateral-nav a:hover {
    color: #FFF;
  }

  /* #cd-lateral-nav .cd-navigation li{border-bottom:.01rem solid #FFFFFF;} */
  #cd-lateral-nav.lateral-menu-is-open {
    -webkit-transform: translateX(2rem);
    -moz-transform: translateX(2rem);
    -ms-transform: translateX(2rem);
    -o-transform: translateX(2rem);
    transform: translateX(2rem);
    /* smooth the scrolling on touch devices - webkit browsers */
    -webkit-overflow-scrolling: touch;
  }

  /* style menu items which have a submenu  */
  #cd-lateral-nav .item-has-children>a {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    /* this is the right arrow to show that the item has a submenu  */
  }

  #cd-lateral-nav .item-has-children>a::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1em;
    /* background: url("cd-arrow.svg") no-repeat center center; */
    background-size: 8px 11px;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }

  #cd-lateral-nav .item-has-children>a.submenu-open::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }

  #cd-lateral-nav .socials {
    padding: 0 32px;
  }

  #cd-lateral-nav .socials:after {
    content: "";
    display: table;
    clear: both;
  }

  #cd-lateral-nav .socials a {
    height: 32px;
    width: 32px;
    float: left;
    padding: 0;
    /* background-image: url("../img/cd-socials.svg"); */
    background-repeat: no-repeat;
    background-size: 128px 64px;
    background-color: #FFF;
    margin-right: .5em;
    border-radius: 0.25em;
  }

  #cd-lateral-nav .socials a.cd-twitter {
    background-position: 0 0;
  }

  #cd-lateral-nav .socials a.cd-github {
    background-position: -32px 0;
  }

  #cd-lateral-nav .socials a.cd-facebook {
    background-position: -64px 0;
  }

  #cd-lateral-nav .socials a.cd-google {
    background-position: -96px 0;
  }

  .no-touch #cd-lateral-nav .socials a:hover {
    background-color: #4e6361;
  }

  .no-touch #cd-lateral-nav .socials a:hover.cd-twitter {
    background-position: 0 -32px;
  }

  .no-touch #cd-lateral-nav .socials a:hover.cd-github {
    background-position: -32px -32px;
  }

  .no-touch #cd-lateral-nav .socials a:hover.cd-facebook {
    background-position: -64px -32px;
  }

  .no-touch #cd-lateral-nav .socials a:hover.cd-google {
    background-position: -96px -32px;
  }

  #cd-lateral-nav {
    display: block;
  }

  /* 顶部导航 END */
  /* 移动端底部适配样式 END*/

  /* 首页 START */
  .container-fluid {
    padding-top: 0.2rem;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    min-width: 100%;
  }

  .nav-tiem {
    display: none;
  }

  /* 通用标题 */
  .item-title {
    padding: 0 !important;

  }

  .item-title-text img {
    width: 100%;

  }

  .shu1 {
    width: 0.03rem;
    height: 0.5rem;
    background: #093463;
  }

  .shu2 {
    width: 0.01rem;
    height: 0.5rem;
    background: #093463;
  }

  .index-tt {
    width: 0.6rem;
    height: 0.6rem;
  }

  .index-tt img {
    width: 100%;
    height: 100%;
  }

  .sub-nav-title2 {
    color: #78b0d7;
    font-size: 0.16rem;
    text-align: right;
    margin-bottom: 0;
    margin-top: 0.05rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .web-container {
    width: 100%;
    height: auto !important;
    margin: 0 auto !important;
  }

  .web-container:nth-of-type(2)>div {
    width: 100% !important;
    height: auto !important;
    margin-top: 0.1rem !important;
  }

  .xjpzx-title {
    font-size: 0.28rem;
    margin-top: 0.2rem;
    line-height: 0.45rem;
    padding: 0.2rem 0.8rem;
  }

  .more>span {
    width: 0.65rem;
    height: 0.26rem;
    border-radius: 0.2rem;
    line-height: 0.26rem;
    margin-top: -0.13rem;
    font-size: 0.2rem;
  }

  .xjpzx-item {
    width: 100%;
    padding-top: 0.2rem;
    display: block;
    margin: 0;
  }

  .xjpzx-left {
    width: 50%;
    height: 5rem;
    display: none;
  }

  .xjpzx-left-mobile {
    float: left;
    width: 50%;
    height: 5rem;
    display: block;
  }

  .xjpzx-left-mobile img {
    width: 100%;
    height: 48%;
    margin-bottom: 1%;
  }

  .xjpzx-right {
    width: 48%;
    height: 5rem;
    margin-left: 2%;
  }

  .xjpzx-content-item {
    width: 100%;
    height: 48%;
    margin-bottom: 1%;
    padding: 0;
    position: relative;
  }

  .content-title {
    font-size: 0.22rem;
    margin-top: 0rem;
    margin-bottom: 0.1rem;
    line-height: 0.24rem;
    box-sizing: border-box;
    padding: 0.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .content-describe {
    font-size: 0.16rem;
    line-height: 0.2rem;
    margin-bottom: 0;
    height: 1.4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: normal;
  }

  .content-bottom {
    width: 100%;
    height: 0.36rem;
    font-size: 0.16rem;
    position: absolute;
    bottom: 0.1rem;
  }

  .content-bottom .tag {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .tag {
    display: inline-block;
    width: 0.87rem;
    height: 0.3rem;
    border-radius: 0.2rem;
    background: #0085da;
    line-height: 0.3rem;
    font-size: 0.2rem;
    margin-top: 0rem;
  }

  .div-item {
    height: auto;
    padding: 0 0 0 0;
    display: block;
  }

  .mrtj-content {
    margin-top: 0.35rem;
    padding: 0 0.2rem;
    display: block;
    overflow: hidden;
  }

  .item-title-hr {
    width: 100%;
  }

  .mrtj-content-left {
    width: 54%;
    height: 3rem;
    float: left;
  }

  .mrtj-content-left img {
    width: 100%;
    height: 100%;
  }

  .mrtj-content-right {
    float: left;
    margin-left: 0.15rem;
    width: 43%;
    height: 3rem;
    position: relative;
    line-height: 0.3rem;
  }

  .mrtj-content-bottom {
    width: 100%;
    height: 0.6rem;
    color: #8b8b8b;
    font-size: 0.16rem;
    position: absolute;
    bottom: 0.1rem;
  }

  .mrtj-content-title {
    font-size: 0.2rem;
  }

  .mrtj-content-describe {
    font-size: 0.16rem;
    height: 0.65rem;
  }

  .div-item-tuij {
    width: 100% !important;
    margin-top: 0.2rem;
  }

  .llxx-content-item {
    padding: 0 0.1rem;
    margin-top: 0.35rem;
  }

  .llxx-content-item img {
    margin: 0;
  }

  /* 网信动态 */
  .wxdt-content {
    margin-top: 0.1rem !important;
  }

  .wxdt-content .wxdt-content-title {
    font-size: 0.24rem;
    line-height: 0.6rem;
    margin-bottom: 0 !important;
  }

  .wxdt-content-title img {
    margin-top: 0.1rem;
  }

  .wxdt-content p {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }

  .llxx-content-item a {
    width: 23%;
    margin-right: 2%;
  }

  .llxx-content-item a img {
    width: 100%;
  }

  /* 网上服务 */
  .wsfw-content-body {
    margin-top: 0.2rem !important;
  }

  .wsfw-content-body a {
    width: 32%;
  }

  .wsfw-content-body a img {
    width: 30%;
  }

  .wsfw-content-body img {
    margin: 1%;
  }

  /* 传播矩阵 */
  .cbjz {
    height: auto !important;
    padding: 0 0.3rem;
    width: 100%;
    box-sizing: border-box;
  }

  .cbjz-item-content {
    display: block;
    margin-top: 0.3rem !important;
    padding: 0;
  }

  .cbjz-item-content>div {
    width: 100% !important;
  }

  .cbjz-item-content-left {
    display: block;
  }

  /* 上边大图标，一行 */
  .cbjz-item-content-left-t {
    width: 100%;
  }

  .cbjz-item-content-left-t a img {
    width: 100%;
  }

  /* 中间两图 ,下边两图*/
  .cbjz-item-content-left-c,
  .cbjz-item-content-left-b {
    height: auto;
    display: block;
    justify-content: space-between;
    margin-top: 0.2rem;
    overflow: hidden;
  }

  .cbjz-item-content-left-c>div,
  .cbjz-item-content-left-b>div {
    float: left;
    width: 49%;
  }

  .cbjz-item-content-left-c div:nth-of-type(1),
  .cbjz-item-content-left-b div:nth-of-type(1) {
    margin-right: 2%;
  }

  .cbjz-item-content-left-c div img,
  .cbjz-item-content-left-b div img {
    width: 100% !important;
  }

  /* 传播矩阵右边内容 */
  .cbjz-item-content-right {
    margin-left: 0;
    padding-left: 0.2rem;
    margin-top: 0.2rem;
  }

  /* 标题 */
  .cbjz-item-content-right .cbjz-content-title {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .wxdt-content .cbjz-content-title,
  .cbjz-content-title {
    margin-bottom: 0.1rem;
  }

  /* 内容 */
  .cbjz-item-content-right p {

    font-size: 0.2rem;
    line-height: 0.3rem;
  }

  /* 专题工作 */
  .ztgz-item-content {
    display: block;
    padding: 0;
    margin-top: 0.3rem;
  }

  .ztgz-item-content-left {
    width: 100%;
    height: 4.5rem;
    border-radius: 0.1rem;
  }

  .ztgz-item-img-box {
    width: 400%;
  }

  .ztgz-item-content-title {
    width: 100%;
    height: 0.7rem;
    font-size: 0.2rem;
    line-height: 0.58rem;
    border-bottom-left-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
  }

  .ztgz-item-content-space {
    bottom: 0.1rem;
  }

  .ztgz-item-content-space li {
    float: left;
    width: 0.5rem;
    height: 0.05rem;
    margin-left: 0.1rem;
    background: rgba(255, 255, 255, 0.5);
  }

  .ztgz-item-content-title p {
    width: 100%;
  }

  .ztgz-item-content-right {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 0.15rem;
    margin-left: 0;
  }

  .ztgz-item-content-right a {
    width: 48%;
    height: 24%;
    float: left;
  }

  .ztgz-item-content-right a:nth-of-type(2n) {
    margin-left: 2%;
  }

  .ztgz-item-content-right .hover-box {
    border-radius: 0.1rem;
    height: 0.8rem;
  }

  .ztgz-item-content-right a:nth-of-type(2) {
    margin-top: 0rem;
  }

  .ztgz-item-content-right a:nth-of-type(n+3) {
    margin-top: 0.1rem;
  }

  .ztgz-item-content-right a img {
    width: 100%;
    margin-bottom: 0.15rem;
    height: 100%;
  }

  /* 视觉 */
  .swiper-container {
    width: 100% !important;
  }

  #my-video {
    width: 100% !important;
    height: 4.5rem !important;
    line-height: 4.5rem !important;
  }

  /* 按钮 */
  .swiper-button-next,
  .swiper-button-prev {
    width: 0.5rem !important;
    height: 0.8rem !important;
  }

  .swiper-button-next img,
  .swiper-button-prev img {
    width: 100%;
    height: 100%;
  }

  /* 网络文化 */
  .wlwh-item-content {
    width: 100%;
    padding: 0;
    display: block;
  }

  .wlwh-item-content-left,
  .wlwh-item-content-right {
    margin-top: 0.2rem;
    width: 100%;
    height: 1.8rem;
    display: block;
    border-radius: 0.2rem;
    margin-left: 0;
    overflow: hidden;
  }

  .wlwh-item-content-left-l,
  .wlwh-item-content-right-l {
    width: 1.8rem;
    height: 1.8rem;
    display: block;
    float: left;
  }

  .video-img {
    display: none;
  }

  .wlwh-item-content-left-l a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .wlwh-item-content-left-r,
  .wlwh-item-content-right-r {
    width: 4rem;
    height: auto;
    margin-left: 0.4rem;
    display: block;
    float: left;
    margin-top: 0.1rem;
    margin-bottom: 0;
  }

  .wlwh-item-content-title {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin: 0 !important;
    padding: 0.2rem 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .wlwh-item-content-left-l img,
  .wlwh-item-content-right-l img {
    width: 80%;
    height: 80%;
    margin-top: 10%;
    margin-left: 5%;
  }

  .wlwh-item-content-describe {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }


  /* 网络安全 */
  .wlaq-item-content {
    display: block;
    flex-direction: row;
    padding: 0 0.2rem;
  }

  .wlaq-item-content-l {
    width: 100%;
    margin-top: 0.45rem;
  }

  /* 标题 */
  .wlaq-item-content-l .cbjz-content-title {
    font-size: 0.28rem;
    line-height: 0.6rem;
  }

  /* 列表内容p */
  .wlaq-item-content-l p {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }

  /* 右侧 */
  .wlaq-item-content-r {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 0.15rem;
    margin-left: 0;
  }

  .wlaq-item-content-r div {
    float: left;
    width: 23%;
    height: 1.6rem;
    display: block;
    text-align: center;
  }

  .wlaq-item-content-r div img {
    width: 70%;
    height: auto;
  }

  .wlaq-item-content-r div p {
    margin-top: 0.1rem;
    font-size: 0.2rem;
    color: #353535;
  }

  .wlaq-item-content-r div:nth-of-type(n+2) {
    margin-left: 2%;
  }

  /* 信息化 */
  .wxdt-content>div {
    width: 100% !important;
    height: auto !important;
    margin: 0.15rem 0 !important;
    /* padding: 0 0.2rem; */
  }

  .wxdt-content .cbjz-content-title,
  .wsfw-content-item .cbjz-content-title,
  .wsfw-content .cbjz-content-title {
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.6rem;
    color: #003c72;
  }

  .wsfw-content-item p {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }

  .wsfw-content-item div:nth-of-type(2) div {
    margin: 0.05rem;
  }

  .wxdt-content,
  .wsfw-content {
    margin-top: 0.2rem;
  }

  .wsfw-content>div:nth-of-type(1) {
    padding-left: 0.2rem !important;
    height: auto;
    margin-bottom: 0.2rem !important;
  }

  .wsfw-content div:nth-of-type(2) div img {
    margin-bottom: 0.1rem;
    width: 70%;
  }

  .wsfw-content div:nth-of-type(2) {
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    margin-left: 0 !important;
  }

  .wsfw-content div:nth-of-type(2) div {
    width: 100%;
    margin-left: 0 !important;
  }

  /*  */
  .wxdt-content>div>a {
    width: 48% !important;
    height: 1.5rem;
  }

  .wxdt-content>div>a>div {
    width: 100% !important;
    height: auto !important;
  }

  .wxdt-content>div>a>div img {
    width: 100%;
    height: auto;
  }

  .wsfw-content-item>div {
    margin: 0.15rem 0 !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    display: block !important;
    overflow: hidden;
  }

  .wsfw-content-item>div:nth-of-type(2)>a {
    float: left;
    width: 23%;
    text-align: center;
    margin: 0 1%;
  }

  .wsfw-content-item>div>a>div {
    display: block !important;
    width: 100%;
  }

  .wsfw-content-item>div>a>div img {
    width: 95%;
  }

  .wxdt-content p,
  .wsfw-content p {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }

  /* 交流合作 */
  .jlhz-item-content {
    width: 100%;
    margin-top: 0.15rem !important;
    display: block;
  }

  .jlhz-item-content>div {
    width: 100%;
    height: 2rem;
    display: block;
    overflow: hidden;
    margin-bottom: 0.15rem;
  }

  .jlhz-item-content>div>a {
    float: left;
    width: 35%;
    height: 100%;
    display: block;
  }

  .jlhz-item-content>div>a img {
    width: 100% !important;
    height: 100% !important;
  }

  .jlhz-item-content>div>div {
    float: left;
    width: 63%;
    height: 100% !important;
    padding: 0 !important;
    margin-left: 0.1rem;
  }

  .jlhz-item-content>div>a>div {
    width: 100% !important;
    height: 100% !important;
    margin-right: 0.1rem;
  }

  .jlhz-item-content div p:nth-of-type(1) {
    font-size: 0.28rem;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
  }

  .jlhz-item-content div p:nth-of-type(2) {
    font-size: 0.20rem;
    line-height: 0.3rem;

  }

  .jlhz-item-content div p .tag {
    width: 1.5rem !important;
  }

  /* 网红天津 */
  .whtj-item-content {
    width: 100% !important;
    margin-top: 0.15rem !important;
    padding-top: 2.5rem !important;
  }

  .whtj-item-content-list {
    width: 16.7% !important;
    height: 4.75rem;
    cursor: pointer;
  }

  .whtj-item-content-list-on {
    top: -2.5rem;
    height: 3.5rem;
  }

  .whtj-item-content-list:nth-of-type(1) {
    left: 0 !important;
  }

  .whtj-item-content-list:nth-of-type(2) {
    left: 16.7% !important;
  }

  .whtj-item-content-list:nth-of-type(3) {
    left: 33.4% !important;
  }

  .whtj-item-content-list:nth-of-type(4) {
    left: 50.1% !important;
  }

  .whtj-item-content-list:nth-of-type(5) {
    left: 66.8% !important;
  }

  .whtj-item-content-list:nth-of-type(6) {
    left: 83.5% !important;
  }

  .whtj {
    height: 1rem;

  }

  .whtj>div {
    height: 1.15rem !important;
  }

  .cell_txt {
    font-size: 0.24rem;
    margin: 0;
    line-height: 1rem;
    text-align: center;
  }

  .whtj-item-content-list>.cell_item {
    color: white;
    font-size: 0.14rem;
    line-height: 0.2rem;
    margin-top: 0.2rem;
    padding: 0;
    height: 2.3rem;
    overflow: hidden;
  }

  .whtj-item-content-list>.cell_item:nth-of-type(3) {
    height: 2.3rem;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: keep-all;
  }

  /* 首页 END */

  /* 矩阵列表 START */

  .jzlb-left-content {
    width: 100%;
    padding: 0 1.5%;
    box-sizing: border-box;
  }

  .jzlb-left-content .pc-jz {
    display: none;
  }

  .jzlb-left-content .mobile-jz {
    display: block;
    width: 100%;
  }

  .jzlb-right-content {
    width: 100%;
    margin-left: 0;
    margin-top: 0.3rem;
  }

  .jzlb-right-content li {
    float: left;
    width: 31%;
    height: 0.73rem;
    border: 0.01rem solid #e6e6e6;
    background: #f3f3f3;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.75rem;
  }

  .jzlb-right-content li {
    margin-left: 1.5%;
    margin-bottom: 0.2rem;
  }

  /* 矩阵列表 END */

  /* 三级列表 START */

  .sjlb-left-content {
    width: 100%;
    margin-right: 0;
  }

  .sjlb-select-title {
    display: none;
  }

  .sjlb-select-list {
    display: none;
  }

  .mobile-sjlb-left-list {
    display: block;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
    border-bottom: 0.05rem solid #0178d4;
  }

  .mobile-sjlb-left-list li {
    float: left;
    width: 33.1%;
    margin-left: 0.01rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    background: #e4e4e4;
    font-size: 0.24rem;
  }

  .mobile-sjlb-left-list .click {
    background: #0178d4;
    color: #fff;
    cursor: pointer;
  }

  .sjlb-right-content {
    width: 100%;
    padding: 0;
    margin-top: 0.2rem;
  }

  .sjlb-right-content ul li i {
    width: 0.05rem;
    height: 0.05rem;
    top: 45%;
    left: 0.05rem;
  }

  .sjlb-right-content ul li a {
    font-size: 0.22rem;
    line-height: 0.4rem;
    margin-left: 0.2rem;
  }

  .sjlb-right-content .sjlb-page {
    width: 100%;
    padding-top: 0.2rem;
    text-align: center;
  }

  .sjlb-page button {
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: #333333;
    border: 0.01rem solid #dae3e6;
    background: #fff;
    margin-left: 0.1rem;
  }

  .sjlb-page .prev,
  .sjlb-page .next {
    width: 0.78rem;
    height: 0.38rem;
  }

  .sjlb-page .number {
    padding: 0 0.15rem;
    height: 0.38rem;
  }

  .sjlb-page input {
    width: 0.38rem;
    height: 0.38rem;
    border: 0.01rem solid #dae3e6;
    background: #fff;
    font-size: 0.2rem;
  }

  .sjlb-page span {
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: #333;
  }

  .sjlb-page .btn {
    width: 0.78rem;
    height: 0.38rem;
  }

  /* 三级列表 END */

  /* 传播矩阵 START */

  .cbjz-content {
    width: 100%;
    margin-top: 0.3rem;
  }

  .pc-cbjz {
    display: none;
  }

  .mobile-cbjz {
    display: block;
    width: 100%;
  }

  .cbjz-first-content,
  .cbjz-second-content,
  .cbjz-third-content,
  .cbjz-forth-content,
  .cbjz-fifth-content {
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
    background: #fff;
  }

  .cbjz-left-img {
    box-sizing: border-box;
    width: 100%;
    padding: 0.3rem;
  }

  .cbjz-right-content {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0.3rem;

  }

  .cbjz-box {
    margin: 0 auto;
    width: 100%;
  }

  .cbjz-right-content ul {
    width: 320%;
    padding: 0.1rem 0 0.2rem 0;
    transition: all 0.8s linear;
  }

  .cbjz-right-content li {
    float: left;
    width: 29%;
    font-size: 0.24rem;
    line-height: 0.6rem;
  }

  .cbjz-right-content li a {
    display: inline-block;
    width: 32%;
    text-align: center;
  }

  .cbjz-right-btn img:nth-of-type(1) {
    width: 0.2rem;
    left: 0.1rem;
    top: 1.5rem;
  }

  .cbjz-right-btn img:nth-of-type(2) {
    width: 0.2rem;
    right: 0.1rem;
    top: 1.5rem;
  }

  /* 本例子css */

  .slideBox {
    margin-top: 0.1rem;
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .slideBox .hd {
    height: 0.15rem;
    overflow: hidden;
    position: absolute;
    right: 0.05rem;
    bottom: 0.05rem;
    z-index: 1;
  }

  .slideBox .hd ul {
    overflow: hidden;
    height: 100%;
    zoom: 1;
    float: left;
  }

  .slideBox .hd ul li {
    float: left;
    margin-right: 0.02rem;
    width: 0.2rem;
    height: 0.2rem;
    line-height: 0.24rem;
    text-align: center;
    background: #fff;
    cursor: pointer;
  }

  .slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
  }

  .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
  }

  .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
  }

  .slideBox .bd .cbjz-map-list {
    width: 82%;
    height: 2.6rem;
    margin: 0 auto;
    padding-top: 0rem;
  }

  .slideBox .bd .cbjz-map-list a {
    display: block;
    width: 24%;
    line-height: 0.46rem;
    text-align: center;
    font-size: 0.18rem;
    float: left;

  }

  /* 下面是前/后按钮代码，如果不需要删除即可 */

  .slideBox .prev,
  .slideBox .next {
    position: absolute;
    left: 6%;
    top: 48%;
    margin-top: -0.25rem;
    display: block;
    width: 0.4rem;
    height: 0.6rem;
    filter: alpha(opacity=50);
    opacity: 1;
  }

  .slideBox .next {
    left: auto;
    right: 3%;
    background-position: 0.08rem 0.05rem;
  }

  .slideBox .prev img,
  .slideBox .next img {
    height: 0.4rem;
    width: 0.2rem;
  }

  .slideBox .prev:hover,
  .slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  .slideBox .prevStop {
    display: none;
  }

  .slideBox .nextStop {
    display: none;
  }

  /* 传播矩阵 END */

  /* 视觉 START */

  .sjview-bg {
    background-image: none;
    height: auto;
    width: 100%;
  }

  .sjview-top {
    height: auto;
    width: 100%;
  }

  .sjview-top video {
    padding: 0 0.3rem;
    box-sizing: border-box;
    max-width: 100%;
  }

  .content .current-location {
    font-size: .22rem;
    width: 100%;
    padding: 0;
  }

  .mobile-current-position {
    display: inline-block;
    width: .3rem;
    height: .4rem;
    vertical-align: sub;
    margin-left: .3rem;
    margin-right: .05rem;
  }

  .content .current-location a:last-child {
    color: #333333;
  }

  .sjviewUl ul li {
    width: 100%;
    height: 2rem;
    border-bottom: .01rem dashed #E8E8E8;
  }

  .sjviewUl {
    width: 100%;
  }

  .sjviewUl ul li a video {
    width: 95%;
  }

  .sjviewUl ul li a img {
    width: 44%;
  }

  .sjviewUl ul li a {
    /* float: left; */
    display: inline-block;
    width: 48%;
  }

  .sjviewUl ul li p {
    float: right;
    width: 50%;
    font-size: .22rem;
    padding-top: 0;
  }


  /* 视觉 END */

  /* 通用列表 START */

  .header .btnnew {
    width: .24rem;
    height: .24rem;
    background-size: .24rem .24rem;
    right: 28vw;
    top: .3rem;
  }

  /* 通用列表  START*/

  .tylb {
    width: 100%;
    margin: 0rem auto;
    background-color: #fff;
    overflow: hidden;
  }

  .tylb-title-card {
    width: 96%;
    margin: 0 auto;
  }

  .tylb-title-card-img {
    max-width: 100%;
    width: 100%;
    margin-right: 0rem;
  }

  .tylb-title-card-img img {
    width: 100%;
  }

  .tylb-title-card-text {
    display: none;
    width: 90%;
    padding-top: 0rem;
    margin-left: 5%;
    position: relative;
  }

  .tylb-title-card-text .tylb-title-card-text-title {
    display: block;
    font-size: 0.26rem;
    font-weight: 900;
    line-height: 0.6rem;
    height: 1.2rem;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  /* .tylb-title-card-text .tylb-title-card-text-title::after {
    content: '...';
  } */

  .tylb-title-card-text-section {
    display: none;
  }

  .tylb-title-card-text-foot {
    display: none;
  }

  .tylb-title-card-text-btns {
    width: 16%;
    height: 0.4rem;
    text-align: center;
    line-height: 0.4rem;
    display: block;
    color: #fff;
    font-size: 0.26rem;
    background-color: #0085da;
    border-radius: 0.3rem;
    position: absolute;
    top: 0;
    right: 0.1rem;
  }

  .tylb-mobile-hearder {
    display: block;
  }

  .tylb-table {
    display: none;
  }

  .tylb-table-btn {
    display: none;
  }

  .tylb-table .tylb-table-btn {
    display: none;
  }

  .tylb-tycard {
    width: 96%;
    margin: 0 auto;
  }

  .tylb-tycard ul {
    display: none;
  }

  .tylb-tycard .tylb-tab-list {
    display: block;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .tycard-img {
    margin-left: 0;
    width: 44%;
  }

  .tylb-tycard li {
    width: 100%;
    margin-bottom: 0rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    border-bottom: 0.01rem dashed #ccc;
    height: auto;
  }

  .tylb-tylist li .tycard-img {
    width: 44%;
    margin-left: 0rem;
    margin-top: 0rem;
  }

  .tycard-img img {
    width: 100%;
    height: 2.12rem;
  }

  .tycard-text {
    width: 50%;
    line-height: 0.5rem;
    margin-top: .2rem;
    float: right;
  }

  .tylb-tylist li .tycard-text a {
    display: block;
    margin-top: 0rem;
    font-size: 0.28rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
    white-space: normal !important;
    line-height: 0.4rem;
  }

  .tycard-text a {
    white-space: normal;
  }

  .tycard-text-no-img {
    width: 100%;
    padding: 0;
  }

  .tycard-text .tycard-middle {
    display: none;
    font-size: 0.22rem;
  }

  .tycard-text .tycard-time {
    /* display: none; */
    font-size: .22rem;
  }

  .tylb-tylist li .tycard-text {
    width: 50%;
  }

  .tylb-tycard .list-card {
    display: none;
  }

  .tylb-tab-list-mobile {
    display: block;
  }

  .tylb-tylist {
    /* display: none; */
    padding: 0;
  }

  .tylb-tylist li .tycard-img img {
    width: 100%;
    height: auto;
  }

  .tylb-tylist li .tycard-text .tycard-middle {
    font-size: .22rem;
    display: none;
  }

  .tylb-tylist li {
    /* display: none; */
  }

  /* 通用列表 END */

  /* 通用详情 START */

  .time_dy {
    display: none;
  }

  div#share {
    display: none;
  }

  .details-main {
    width: 100%;
  }

  .details-main img {
    max-width: 100%;
  }

  .details-main .SBT {
    font-size: .24rem;
  }

  .details-main .BT {
    font-size: .25rem;
  }

  .details-main .XBT {
    font-size: .24rem;
  }

  .details-main .FBT {
    font-size: .22rem;
  }

  .details-main .TimeDate span {
    font-size: .22rem;
  }

  /* 通用详情 END */

  /* 图片列表 START */

  .imagesList .page {
    display: none;
  }

  .imagesList .mobile-current-position {
    display: inline-block;
  }

  .imagesList .content .current-location {
    font-size: .22rem;
    width: 100%;
  }

  .imagesList .mobile-current-position {
    display: inline-block;
    width: .3rem;
    height: .4rem;
    vertical-align: sub;
    margin-left: .3rem;
    margin-right: .05rem;
  }

  .imagesList .content .current-location a:last-child {
    color: #333333;
  }

  .imagesList .imglist ul a {
    width: 49%;
    margin-right: .1rem;
    display: inline-block;
  }

  .imagesList .imglist ul a:nth-child(2n) {
    margin-right: 0;
  }

  .imagesList .imglist ul li {
    width: 100%;
    margin-right: .01rem;
  }

  .whtj-imglist {
    padding: 0 !important;
  }

  .whtj-imglist li {
    width: 47.9% !important;
    height: 2rem !important;
    float: left !important;
    margin-right: .25rem !important;
    overflow: hidden !important;
    margin-bottom: .2rem !important;
  }

  .whtj-imglist li:nth-of-type(2n) {
    margin-right: 0 !important;
  }

  .imagesList .web-container {
    width: 100%;
    padding: 0 0.3rem !important;
    box-sizing: border-box;
  }

  .imagesList .licenright_txt {
    font-size: .28rem;
    height: auto;
  }

  .imagesList .hover_imglist {
    width: 100%;
    height: .52rem;
    font-size: .22rem;
    text-align: center;
    background: rgba(100, 178, 237, 0.8);
    position: absolute !important;
    bottom: 0;
    left: 0;
    top: auto;
    color: white;
    padding-top: 0;
    line-height: 0.52rem;
  }

  /* 图片列表 END */

  /* 网红天津 START */

  .whtjContent .container-fluid {
    padding: 0 0.3rem;
    box-sizing: border-box;
  }

  .hover_imglist {
    display: inline-block !important;
    height: auto;
    font-size: .22rem;
    bottom: 0;
    top: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .whtjContent .mobile-current-position {
    display: inline-block;
  }

  .whtjContent .content .current-location {
    font-size: .22rem;
    width: 100%;
  }

  .whtjContent .mobile-current-position {
    display: inline-block;
    width: .3rem;
    height: .4rem;
    vertical-align: sub;
    margin-left: .3rem;
    margin-right: .05rem;
  }

  .whtjContent .content .current-location a:last-child {
    color: #333333;
  }

  .whtjContent .web-container {
    width: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
  }

  .whtjContent .web-container:nth-of-type(2)>div:nth-of-type(2) {
    height: 4px !important;
    width: 1130px !important;
    margin-top: 0.1rem;
  }

  .whtjContent .web-container:nth-of-type(2)>div:nth-of-type(1) {
    height: auto !important;
    width: 2.2rem !important;
    margin-top: 0.1rem;
  }

  .whtjContent .licenright_txt {
    font-size: .28rem;
    height: auto;
    width: 2.2rem;
  }

  .whtjContent .swiper-container {
    display: none;
  }

  .whtjContent .btn_many {
    font-size: .26rem;
    width: .8rem;
    height: .4rem;
    line-height: .4rem;
    top: -.45rem;
  }

  .whtjContent .mobile-whtj {
    display: block;
    height: auto;
  }

  .whtjContent .mobile-whtj li {
    width: 47.9%;
    height: 2rem;
    float: left;
    margin-right: .25rem;
    overflow: hidden;
    margin-bottom: .2rem;
  }

  .whtjContent .mobile-whtj li:nth-child(2n) {
    margin-right: 0;
  }

  .whtjContent .mobile-whtj li a {
    display: inline-block;
  }

  .whtjContent .mobile-whtj li img {
    width: 100%;
    height: 100%;
  }

  /* 网红天津 END */

  /* 网站地图 START */

  .bgccolor {
    background-color: #ffffff;
    margin-bottom: 0.4rem;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .wzdt-title .wzdt-titlenav {
    width: 96%;
    height: 0.6rem;
    margin: 0 auto;
  }

  .wzdt-title {
    width: 96%;
    height: 0.6rem;
    margin: 0 auto;
    margin-top: 0.6rem;
  }

  .wzdt-title .wzdt-titlenav .wzdt-titlefox {
    height: 0.25rem;
    width: 100%;
    border-bottom: 2px solid #ccc;
  }

  .wzdt-title .wzdt-titlenav .wzdt-titlefox span {
    display: block;
    width: 40%;
    height: 0.24rem;
    margin: 0 auto;
    border-bottom: 0.05rem solid #0163d1;
    float: none;
  }

  .wzdt-title .wzdt-titlenav .wzdt-titlefox span a {
    display: block;
    height: 0.5rem;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.28rem;
    background-color: #fff;
    color: black;
    font-weight: 600;
    border-bottom: none;
    padding-bottom: 0.01rem;
    padding-left: 0.08rem;
    padding-right: 0.08rem;
    position: relative;
  }

  .wzdt-title .wzdt-titlenav .wzdt-titlefox span a::before {
    content: ' ';
    border-left: 0.04rem solid #0163d1;
    display: inline-block;
    height: 0.18rem;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.08rem;

  }

  .wzdt-title .wzdt-titlenav .wzdt-titlefox span a::after {
    content: ' ';
    border-left: 0.04rem solid #0163d1;
    display: inline-block;
    height: 0.18rem;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.08rem;
  }

  .wzdt-btn {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 0.2rem;
  }

  .list5 {
    margin-bottom: 0px;
    margin-left: 0rem;
    margin-top: 0.2rem;
  }

  .list5 .list5_item {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    position: relative;
    background-color: #f8f8f8;
    color: #666666;
    margin-bottom: 0.2rem;
    margin-right: 0rem;
    margin-left: 0rem;
    width: 48%;
  }

  .list5 .list5_item .list5_itmets {
    font-size: 0.26rem;
    margin-top: 0.05rem;
    line-height: 0.3rem;

  }

  .list5 .list5_item p {
    width: 98%;
    height: 100%;
    font-size: 0.26rem;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 .05rem 0 .05rem;
  }

  .list5 .list5_item p a {
    display: inline-block;
    overflow: hidden;
    width: 100%;
  }

  .list5 .list5_item:hover {
    cursor: pointer;
    background-color: #edf4f9;
  }

  .list5 .list5_item:nth-child(5n) {
    margin-right: 0.2rem;
  }

  .list5 .list5_item:nth-child(6) {
    margin-left: 0rem;
  }

  .list5 .list5_item:nth-child(2n) {
    margin-right: 0rem;
    float: right;
  }

  /* 网站地图 END */

  /* 习研院 START */

  .header .btnnew {
    width: .24rem;
    height: .24rem;
    background-size: .24rem .24rem;
    right: 28vw;
    top: .3rem;
  }

  /* web习研院 START */

  .xyy-img {
    display: none;
  }

  .xyy-img-mobile {
    display: block;
    text-align: center;
    width: 100%;
  }

  .xyy-img-mobile img {
    max-width: 750px;
    width: 100%;
  }

  .xyy-n-footer {
    display: none;
  }

  .xyy-n-content {
    padding: 0;
  }

  /* 习研院 END */

}

.navName {
  display: block;
  font-size: .24rem;
  color: #0168b7;
  line-height: .78rem;
  text-align: center;
  padding-left: 43%;
  float: right;
  padding-right: .09rem;
  height: .78rem;
}

/* 750适配 */
@media screen and (min-width:749px) and (max-width:1200px) {
  .header .btnnew {
    width: .24rem;
    height: .24rem;
    background-size: .24rem .24rem;
    right: 28vw;
    top: .3rem;
  }
}